*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden}body{font-family:'Inter',sans-serif;background-image:linear-gradient(135deg,#111827 0,#000 100%);color:#F9FAFB;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}main{max-width:600px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.logo{height:50px;width:auto;margin-bottom:.5rem}h1{font-weight:700;font-size:clamp(1.75rem,5vw,3rem);line-height:1.2}p{font-weight:400;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.6;opacity:.9}.cta{display:inline-block;background-color:#8B5CF6;color:#FFF;font-weight:700;font-size:1.1rem;text-decoration:none;padding:.75rem 1.75rem;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 0 20px rgba(139,92,246,.5);outline:none}#cookie-banner{display:none;position:fixed;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,.8);backdrop-filter:blur(5px);color:#F9FAFB;padding:1rem;z-index:1000;align-items:center;justify-content:center;gap:1rem}#cookie-banner.show{display:flex;flex-wrap:wrap}#cookie-banner p{margin:0;font-size:.9rem}#cookie-accept{background-color:#8B5CF6;color:#FFF;border:none;padding:.5rem 1rem;border-radius:50px;cursor:pointer;font-weight:600;font-size:.9rem}#cookie-accept:hover{opacity:.9}